Welcome![Sign In][Sign Up]
Location:
Search - hook driver

Search list

[Firewall-SecurityZtsFw

Description: 使用Firewall Hook Driver技术进行端口过滤的一个简单防火墙的代码。-use Firewall Hook Driver technology port of a simple filtering firewall code.
Platform: | Size: 12892 | Author: 漆光耀 | Hits:

[Hook apidriver

Description: 用DDDK编写驱动,修改SSDT表HOOK NTDebugActiveProcess函数 钩子函数中可以判断PID号,决定是否放行,放行则在钩子函数中调用原来的NTDebugActiveProcess函数.否则直接返回False.HOOK成功后所有调用DebugActiveProcess的程序将会失效.当然可以按照你的需要HOOK更多的系统服务函数.同一服务函数的服务号在每个操作系统版本中是不同的.下面附件中编译完成的驱动请在WinXP SP2的环境下测试.否则可能会导致直接重启
Platform: | Size: 3704 | Author: 张京 | Hits:

[Driver Develop2kHookDriver

Description: windows hook driver的范例程序。对于开发基于hook的windows平台网络驱动程序有很大借鉴作用,可直接修改使用。
Platform: | Size: 238731 | Author: 王雷 | Hits:

[Firewall-SecurityFwHookDrv_src

Description: An Adventure How to implement a Firewall-Hook Driver
Platform: | Size: 106575 | Author: 何明 | Hits:

[Hook apic_api_hook

Description: NT下的用驱动程序写的截获api函数调用的程序-Under NT driver written using api function call intercepted procedures
Platform: | Size: 110592 | Author: 站长 | Hits:

[OS programwipfw

Description: 1. logamount, resetlog, frag options support 2. dynamic rules support 3. ndis-hooking driver (for NAT and other)
Platform: | Size: 193536 | Author: 王斐 | Hits:

[Hook api内核模式的apihook

Description: 内核模式的apihook例子,使用了驱动程序。-apihook example, the use of a driver.
Platform: | Size: 51200 | Author: 站长 | Hits:

[Firewall-SecurityFwHookDrv_src

Description: An Adventure How to implement a Firewall-Hook Driver
Platform: | Size: 106496 | Author: 何明 | Hits:

[Firewall-Security开发Windows 2000 XP下的防火墙

Description: NDIS的PASSTHRU层的驱动程序,MySource应用层的程序,负责向驱动程序发指令,本来是想做防火墙的,可后来做到可过滤IP地址后没有再做了
Platform: | Size: 80896 | Author: YJ | Hits:

[Windows Develop2003061708205882

Description: IP Filter Driver Hook的例子程序。网络开发人员、技术支持人员使用的摇篮-Programs of examples for IP Filter Driver Hook.It is the cradle of developer for net use and technologic surfaceman.
Platform: | Size: 3072 | Author: 吴明 | Hits:

[Hook apicapword

Description: 通过Hook实现屏幕取词,虽然功能以前有人已经实现,但是,这段程序经过稳定性测试,可以进入商用,希望大家下载。-Introduction Capture words on screen with "Hook", which has already been realized, however this program has bben carefully tested and can be adopted in commercial use. Welcome to download!
Platform: | Size: 84992 | Author: 黄河 | Hits:

[Firewall-Security(R)-C++-Code-网络监控系统-源代码全

Description: 这是网络版的Rip版,版本号为2.1,基于费尔的Ndis Hook技术. 相比正式版,除了去掉了无关紧要的注册和升级,其余一字未改. 目录列表: TGuard 应用程序目录 TGuard_sys For 2k的驱动程序 Release 存放应用程序 Def 应用程序和驱动共用的一个定义文件 Tools 工具 从Ndis Hook技术改为基于DDK带的passthru.-This is the Internet version of Rip version, version 2.1, Based on the Fil Ndis Hook technology. compared to the official version, in addition to expelling irrelevant to the registration and upgrading, the rest of the word etched. directory listings : TGuard application directory TGuard_sys For 2k driver retention Release Fang applications Def applications and drive a common definition files from the Tools Tools Ndis Hook DDK-based technology to bring the passthru.
Platform: | Size: 506880 | Author: cdw | Hits:

[Windows Developmolgen_MyHook

Description: molgen_MyHook是一个关于WINDOWS 的内核驱动程序的小例子 -molgen_MyHook on Windows is a core driver of the small examples
Platform: | Size: 5854208 | Author: 范例 | Hits:

[Driver DevelopdvKrnlData

Description: 该代码为我学习winnt内核时所写,主要功能是在ring3下通过DeviceIoControl与驱动进行通信,获取内核的数据以及sdt,idt信息等。并实现了hook NtQuerySystemInformation函数来实现进程隐藏的功能-The code for the kernel, I am learning winnt wrote, Its main function is in ring3 through DeviceIoControl communication with the driver. access to the kernel and sdt data, the information loop. And the achievement of the hook function to achieve NtQuerySystemInformation implicit process possession of the function
Platform: | Size: 55296 | Author: 左手 | Hits:

[OS programui_SYS_LOADER

Description: 一个不错的USB过滤驱动加载工具,对于快速开发USB接口设备的驱动程序有着一定的帮助。-a good USB filter driver loading tools, for the rapid development of USB interface device drivers have some help.
Platform: | Size: 164864 | Author: 艾德 | Hits:

[Hook apihookN

Description: 国外收集的多个hook代码 Let s talk about kernel and drivers --- --- --- --- --- ----- Author: Holy_Father <holy_father@phreaker.net> / When you see the shadow, think about the light that causes it / Version: 1.0 english Birthday: 27.08.2005 Home: http://www.hxdef.org, http://hxdef.net.ru, http://hxdef.czweb.org, http://rootkit.host.sk-foreign collected more than hook code Let's talk about kernel and d rivers----------------------------------- Author : Holy_Father
Platform: | Size: 263168 | Author: 校风 | Hits:

[Program docdcwlsjbphjs

Description: 摘要:无论是实现防火墙, NAT 还是VPN, 首要的任务就是获得网络上传输的数据包,在此基础上才能进行下一步 的工作。通过分析Windows 的网络数据传输机制,可以定位出不同的处理关键点,从而在不同的层次上实现数据包的 捕获功能,以满足不同的需要。 关键词:关键点 服务提供者接口 网络设备接口规范 中间层驱动程序 钩子驱动程序-Abstract : Whether the purpose is to achieve a firewall, VPN or NAT. One of the first priorities is access to the network transmission of data packets, and on this basis can we proceed to the next stage of work. By analyzing the Windows network data transmission mechanism, the definition can be different from the key points thus different levels of data packet capture function, in order to meet different needs. Key words : key point services provider Network Interface Device Interface norms middle layer Driver Driver hook
Platform: | Size: 50176 | Author: qingming | Hits:

[File OperateHookFuction2

Description: windows操作系统上文件及文件夹打开创建关闭删除各种功能的监视,驱动开发程序--windows operating system files and folders to open to create a variety of functions closed delete surveillance, driver development program--
Platform: | Size: 7168 | Author: beijing | Hits:

[Driver DevelopHOOK-API

Description: 一个寒江老师的课件,单独出来发的目的是,让初级入门的驱动程序员们,很快的了解驱动如何对SSDT挂钩以及Windows应用程序如何简单的调用驱动接口的流程。 代码非原创,但是是我看到的最简单和最清楚的流程之一,非常适合刚入门驱动员们的口味,需要的就赶快下载吧。(It`s hanjiang teacher courseware, the purpose is to separate out, let the driver programmer entry-level, quickly understand how to drive SSDT and Windows applications to hook a simple call driver interface process. The code is not original, but it is one of the simplest and clearest processes I have ever seen. It's very suitable for the beginner's driver's taste. You need to download it as soon as possible.)
Platform: | Size: 212992 | Author: pigshuai | Hits:

[DirextXHOOK graphics driver_

Description: hook d3d显卡驱动源码,内核驱动hook(hook D3D graphics driver source code, kernel driven hook)
Platform: | Size: 320512 | Author: revolt | Hits:
« 1 23 4 5 6 7 »

CodeBus www.codebus.net